home *** CD-ROM | disk | FTP | other *** search
/ Revista do CD-ROM 85 / CD-ROM 85 / CD-ROM 85.iso / aplic / 2sync / 2SyncSetup.exe / modules / sy / panel / scripts / DefineButton2_108 / BUTTONCONDACTION on(release).as < prev    next >
Encoding:
Text File  |  2002-03-20  |  261 b   |  13 lines

  1. on(release){
  2.    if(int(eval("../:syncDestType")) == "1")
  3.    {
  4.       set("_level40/sound/lib:sound","245");
  5.       call("_level40/sound/lib:play");
  6.       tellTarget("_level50")
  7.       {
  8.          gotoAndStop("off");
  9.       }
  10.       gotoAndStop(2);
  11.    }
  12. }
  13.